LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

GetWorkstsationControl<T>(String) Method

Show in webframe






The name of the control to look at its actual type to create.
Creates a UI medical workstation control by a given name.
Syntax
public T GetWorkstsationControl<T>( 
   string name
)
where T: Control
'Declaration
 
Public Overloads Function GetWorkstsationControl(Of T As Control)( _
   ByVal name As String _
) As T
'Usage
 
Dim instance As WorkstationUIFactory
Dim name As String
Dim value As T
 
value = instance.GetWorkstsationControl(Of T)(name)

            

            
public: T* GetWorkstsationControl<T>( 
   string* name
) 
where T: Control
public:
T* GetWorkstsationControlgeneric<typename T>
( 
   string* name
) 
where T: Control

Parameters

name
The name of the control to look at its actual type to create.

Type Parameters

T

Return Value

T is the type of the returned System.Windows.Forms.Control
Requirements

Target Platforms

See Also

Reference

WorkstationUIFactory Class
WorkstationUIFactory Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.